CIMPLICITY REST API Web Service
CIMPLICITY REST API Web Service / ItemResult Json Schema
ItemResult Json Schema
Description
result information about each item in a create/update/delete request
Overview
ItemResult
result information about each item in a create/update/delete request
Success : boolean
high level result (success true, failure false)
StatusDetails : integer
a value giving more details about the status (e.g., SuccessNew, SuccessModified, FailureDupInRequest, FailureDupInObject, and then a bunch of FailureXyzzy, ...)
WarningsMask : integer
a bitmask of warning conditions (e.g., IE_SNF_NO_GLB_TRIG_MSG)
Message : string
(localized?) message about the result, probably empty for successes
Properties
NameDescriptionData Type
high level result (success true, failure false)boolean
a value giving more details about the status (e.g., SuccessNew, SuccessModified, FailureDupInRequest, FailureDupInObject, and then a bunch of FailureXyzzy, ...)integer
a bitmask of warning conditions (e.g., IE_SNF_NO_GLB_TRIG_MSG)integer
(localized?) message about the result, probably empty for successesstring
See Also